home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Info-Mac 3
/
Info_Mac_1994-01.iso
/
Development
/
General
/
GCC 1.37.1r15
/
Tests
/
bug-strs.c
< prev
next >
Wrap
Text File
|
1992-12-15
|
302b
|
32 lines
int Fred()
{
return 1;
}
char *GnuDeath()
{
int i=0;
i += 1;
{
char *myString[] = {
"This is",
"Some real",
"ßhit stuff"
};
return myString[1];
}
}
/*
** This works with MPW, but fails with GNU
* The -b option seems to be giving GNU fits.
gc -b "gnu death 4" -asm
asm "gnu death 4.a"
*/